/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.12,
* Autoprefixer: v10.4.4
* Browsers: last 4 version
*/

/*@font-face {font-family: "Cabrito Norm Regular"; src: url("//db.onlinewebfonts.com/t/bcb16a41874a996e2414e8ee00e4e388.eot"); src: url("//db.onlinewebfonts.com/t/bcb16a41874a996e2414e8ee00e4e388.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/bcb16a41874a996e2414e8ee00e4e388.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/bcb16a41874a996e2414e8ee00e4e388.woff") format("woff"), url("//db.onlinewebfonts.com/t/bcb16a41874a996e2414e8ee00e4e388.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/bcb16a41874a996e2414e8ee00e4e388.svg#Cabrito Norm Regular") format("svg"); }
*/
@font-face {
    font-family: 'CabritoDidone-NorReg';
    src: url('../fonts/CabritoDidone-NorReg.eot');
    src: url('../fonts/CabritoDidone-NorReg.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CabritoDidone-NorReg.woff2') format('woff2'),
        url('../fonts/CabritoDidone-NorReg.woff') format('woff'),
        url('../fonts/CabritoDidone-NorReg.ttf') format('truetype'),
        url('../fonts/CabritoDidone-NorReg.svg#CabritoDidone-NorReg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.font_carbido{
	font-family: 'CabritoDidone-NorReg'; font-weight: normal; font-style: normal;
}
html, body{
	padding: 0;
	margin: 0;
}
body{
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6,p{
	padding: 0;
	margin: 0;
}
input {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

input {
    outline: none;
}

input, input:hover, input:focus, input:active{
    outline: none;
}
html{
	background: #fff;
}
body.main__menu{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: normal;
	    -ms-flex-align: normal;
	        align-items: normal;
}
/*preloader*/
.preloader{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 20;
	background: #E9D2BF;
	background: url('../img/preloader_bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	height: 100vh;
}

.logo__box_preloader{
	width: 100%;
	max-width: 246px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
/*img{
	width: 100%;
}*/
/*end preloader*/

/*start hide/show amination*/
.toggle_content {
	display: none;
	height: 0;
  	opacity: 0;
	overflow: hidden;
	-webkit-transition: height 350ms ease-in-out, opacity 750ms ease-in-out;
	-o-transition: height 350ms ease-in-out, opacity 750ms ease-in-out;
	transition: height 350ms ease-in-out, opacity 750ms ease-in-out;
}

.toggle_content.is_visible {
	display: block;
	height: auto;
  	opacity: 1;
}
/*end hide/show amination*/
.header{
	padding-top: 40px;
	background: #fff;
}
.header__relax,
.header__mindfulness,
.header__instrumental,
.header__joy,
.header__space,
.header__male,
.header__female,
.header__nature,
.header__wall,
.header__video{
	background: #F7F1EB;
}
.wrapper{
	max-width: 415px;
	margin: 0 auto;
}
.logo__box{
	position: relative;
	z-index: 4;
}
.logo__img{
	max-width: 40px;
	margin: 0 auto;
	display: block;
}
.logo__img>img{
	-webkit-transition: -webkit-transform 0.25s;
	transition: -webkit-transform 0.25s;
	-o-transition: transform 0.25s;
	transition: transform 0.25s;
	transition: transform 0.25s, -webkit-transform 0.25s;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}
.logo__img>img:hover{
	-webkit-transform: scale(1.08);
	    -ms-transform: scale(1.08);
	        transform: scale(1.08);
}
.logo__text{
	font-size: 25px;
	text-align: center;
	font-family: 'CabritoDidone-NorReg'; font-weight: normal; font-style: normal;
}
.menu__box{
	width: 100%;
	padding: 0 15px;
	margin-top: 45px;
}
ul,li{
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.menu__box li{
	background: #F2E6DC;
	height: 108px;
	border-radius: 15px;
	position: relative;
	margin-bottom: 17px;
}
.menu__box li:nth-child(2n){
	background: #F7F1EB;
	padding-left: 25px;
}
.menu__box li img{
	width: auto;
	-webkit-transform: translate(0%, 0%);
	    -ms-transform: translate(0%, 0%);
	        transform: translate(0%, 0%);
	height: 100%;
}
.menu__box a{
	text-decoration: none;
	color: #363E44;
	font-size: 18px;
	line-height: 23px;
	font-family: 'CabritoDidone-NorReg'; font-weight: normal; font-style: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	height: 108px;
	overflow: hidden;
}

.menu__img{
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.menu__link{
	display: block;
	position: relative;
}
.menu__box .menu-image-title{
	position: absolute;
	right: 40px;
	bottom: 0;
	top: 50%;
	width: 130px;
	-webkit-transform: translate(0,-50%);
	    -ms-transform: translate(0,-50%);
	        transform: translate(0,-50%);
	text-align: center;
	height: min-content;
}

/**/
.arrow__back{
	position: absolute;
	width: 50px;
    padding: 10px;
    -webkit-transform: rotate(0deg) perspective(1000px) rotateY(0deg) translate(0%, -50%);
            transform: rotate(0deg) perspective(1000px) rotateY(0deg) translate(0%, -50%);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    top: 50%;
    z-index: 20;
}
.arrow__back:hover{
	-webkit-transform: rotate(0deg) perspective(1000px) rotateY(30deg) translate(0%, -50%);
	        transform: rotate(0deg) perspective(1000px) rotateY(30deg) translate(0%, -50%);
}

.wrapper__back{
	max-width: 100%;
	position: relative;
	padding: 0 20px;
}
.wrapper__back .arrow__back{
	top: 10%;
}
.gender__description{
	font-size: 19px;
	font-family: 'CabritoDidone-NorReg'; font-weight: 400; font-style: normal;
	max-width: 335px;
	text-align: center;
	margin: 100px auto 0;
	line-height: 28px;
}
.gender__box{
	margin-top: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}
.gender__box a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	text-decoration: none;
}
.gender__box .menu-item{
	margin-left: 18px;
	margin-right: 18px;
}
.gender__box .menu-item:last-child(){
	margin-left: 0;
}
.gender__box .menu-image-title{
	color: #363E44;
	display: block;
	margin-top: 12px;
	font-size: 19px;
	line-height: 21px;
	font-family: 'CabritoDidone-NorReg'; font-weight: 400; font-style: normal;
}
.gender__box img{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: 3px solid transparent!important;
	border-radius: 18px;
	-webkit-transition: border 0.5s;
	-o-transition: border 0.5s;
	transition: border 0.5s;
	padding: 0!important;
}
.gender__box img:hover{
	border: 3px solid #E9D2BF!important;
}
.gender__title:hover,
.gender__title:focus,
.gender__title:active{
	color: #363E44;
}
.animation__box{
	max-width: 380px;
	padding: 0 15px;
	margin: 0 auto;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	position: relative;
	z-index: 11;
}
.animation__box__joy,
.animation__box__mindfulness{
	height: 175px;
}
.animation__box__mindfulness #lottie,
.animation__box__joy #lottie,
.animation__box__instrumental #lottie,
.animation__box__space #lottie{
	height: 100%;
}
.animation__box__female{
	max-width: 345px;
}
.header__male,
.header__female,
.header__nature,
.header__relax{
	padding-top: 18px;
	height: 305px;
}

.header__wall{
	padding-top: 15px;
	height: 286px;
}
.after{
	z-index: 2;
	height: 315px;
	width: 358px;
	position: absolute;
	top: -100px;
	left: 50%;
	-webkit-transform: translate(-50%,50%);
	    -ms-transform: translate(-50%,50%);
	        transform: translate(-50%,50%);
	background: url(../img/menu__bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.bottom.logo__box_after:after{
	z-index: 0;
	height: 315px;
	width: 358px;
	top: -100px;
	-webkit-transform: translate(-50%,50%);
	    -ms-transform: translate(-50%,50%);
	        transform: translate(-50%,50%);
}

.header__wall .logo__box_after{
	z-index: 12;
}
.header__wall .logo__box_after:after{
	display: none;
}
.header__wall 

#lottie{
    background-color: transparent;
    width:100%;
    height:100%;
    display:block;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
    text-align: center;
    opacity: 1;
}
.header__nature #lottie{
	position: relative;
	z-index: 5;
}
.animation__box__nature{
	margin: 0 auto -15px;
}
.logo__box_after{
	position: relative;
	z-index: 10;
}

.logo__box_after:after{
	display: block;
	content: '';
	background: url(../img/menu__bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 220px;
	width: 254px;
	position: absolute;
	top: -12px;
	left: 50%;
	-webkit-transform: translate(-50%,0%);
	    -ms-transform: translate(-50%,0%);
	        transform: translate(-50%,0%);
	z-index: -1;
}
.section__male{
	margin-top: 60px;
}
.section__female{
	margin-top: 60px;
}
.section__nature{
	margin-top: 33px;
	position: relative;
	z-index: 10;
}
.section__title{
	font-size: 25px;
	line-height: 25px;
	text-align: center;
	color: #363E44;
	margin-bottom: 35px;
	font-family: 'CabritoDidone-NorReg'; font-weight: 400; font-style: normal;
}
.current__song{
	display: block;
	background: #F2E6DC;
	font-size: 18px;
	line-height: 18px;
	padding: 22px 25px;
	text-align: left;
	text-decoration: none;
	color: #363E44;
	border-radius: 15px;
	border: 3px solid transparent;
	-webkit-transition: border 0.35s;
	-o-transition: border 0.35s;
	transition: border 0.35s;
	position: relative;
	margin: 0 auto 10px;
	max-width: 350px;
}
.current__song:hover{
	border: 3px solid #E9D2BF;
}
.current__song:nth-child(2n){
	background: #F7F1EB;
}
.play_icon{
	position: absolute;
	display: block;
	height: 38px;
	width: 38px;
	top: 50%;
	right: 25px;
	-webkit-transform: translate(0%, -50%);
	    -ms-transform: translate(0%, -50%);
	        transform: translate(0%, -50%);
	background: url(../img/play.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.play_icon:active,
.play_icon:hover{
	background: url(../img/play.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.current__song:active .play_icon,
.current__song:hover .play_icon{
	background: url(../img/play.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.pause.play_icon{
	position: absolute;
	display: block;
	height: 38px;
	width: 38px;
	top: 50%;
	right: 25px;
	-webkit-transform: translate(0%, -50%);
	    -ms-transform: translate(0%, -50%);
	        transform: translate(0%, -50%);
	background: url(../img/pause.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.pause.play_icon:active,
.pause.play_icon:hover{
	background: url(../img/pause.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.current__song.pause:active .play_icon,
.current__song.pause:hover .play_icon{
	background: url(../img/pause.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
/**/
.single{
	height: 100%;
}
.song__box{
	padding-bottom: 25px;
}
.song__box__opened,
.music__box__opened{
	height: 100vh; /* Fallback for browsers that do not support Custom Properties */
	height: calc(var(--vh, 1vh) * 100);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.music__box__opened{
	height: 100%;  
}
.song__box p{
	max-width: 80%;
}
.single .wrapper{
	position: relative;
}
.single .arrow__back{
	-webkit-transform: rotate(0deg) perspective(1000px) rotateY(0deg) translate(0%, 0%);
	        transform: rotate(0deg) perspective(1000px) rotateY(0deg) translate(0%, 0%);
	top: 18px;
	left: 12px;
}
.single .arrow__back:hover{
	-webkit-transform: rotate(0deg) perspective(1000px) rotateY(30deg) translate(0%, 0%);
	        transform: rotate(0deg) perspective(1000px) rotateY(30deg) translate(0%, 0%);
}
.single .section__title{
	margin-bottom: 25px;
	text-align: left;
	padding-left: 5px;
	width: 87%;
}
.single .music__box__opened .section__title{
	width: 100%;
}
.current__song__opened{
	position: relative;
	max-width: 375px;
	width: 100%;
	margin: 0 auto 45px;
}
.song__box__player{
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}


.current__song__player{
	position: relative;
	max-width: 375px;
	width: 100%;
	margin: 0 auto 45px;
}
.single .play_icon{
	right: 2px;
	top: -5px;
	-webkit-transform: translate(0,0);
	    -ms-transform: translate(0,0);
	        transform: translate(0,0);
	cursor: pointer;
}
.navigation__player{
	height: 55px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	margin: 0 auto;
	width: 185px;
}
.single .navigation__player .play_icon{
	left: auto;
	right: auto;
	top: -11px;
	-webkit-transform: translate(0,0);
	    -ms-transform: translate(0,0);
	        transform: translate(0,0);
	cursor: pointer;
	position: relative;
	height: 50px;
	width: 50px;
}
.single .current__song__player .section__title{
	margin-top: 18px;
}
.melody__icons{
	position: absolute;
	top: 15%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}
.section__video_single{
	background: #615C58;
}
.section__video_single .section__title{
	display: inline-block;
}

/*Specification*/

input{
	display: inline-block;
	vertical-align: middle;
	font-size: 1em;
	font-family: Arial, sans-serif;
}


input[type="range"] {
  -webkit-appearance: none;
  margin-right: 15px;
  width: 100%;
  background: #615C58;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: -o-linear-gradient(#fff, #fff);
  background-image: linear-gradient(#fff, #fff);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}

/**/

.controls__progress-wrap {
	position: relative;
	z-index: 0;
	width: 100%;
	height: 6px;
	margin-bottom: 0px;
}

.controls__progress-bar {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #615C58;
	border: none;
	border-radius: 4px;
}

.controls__progress-value {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	background-color: #FFFFFF;
	border: none;
	border-radius: 4px;
}

.controls__progress {
	position: absolute;
	z-index: 3;
	top: -200%;
	left: 0;
	height: 500%;
	width: 100%;
	margin: 0;
	touch-action: none;
	cursor: pointer;
	opacity: 0;
  outline: 1px dotted red; 
}
/***LOADER****/


/**/
.video__box{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	padding-bottom: 30px;
}
.wrapper__video{
	max-width: 900px;

}

.current__video{
	max-width: 160px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	text-decoration: none;
	color: #363E44;
	overflow: hidden;
	margin: 20px 10px 0;
}
.current__video img{
	width: 100%;
	border-radius: 10px;
}

.video__title{
	text-align: center;
	/*width: 100%;*/
	/*white-space: nowrap;*/
	display: block;
	margin-top: 7px;
	font-size: 19px;
	line-height: 21px;
	font-family: 'CabritoDidone-NorReg'; font-weight: 400; font-style: normal;
	height: 40px;
}
.video__box_opened{
	height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    overflow: hidden;
}
.video__box_opened video{
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%; 
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.current__video_opened{
	position: absolute;
    max-width: 375px;
    bottom:-1%;
    width: 100%;
    margin: 0 auto 45px;
    cursor: default;
}
.video-js{
	height: 100vh;
}
.wrapper__video_single{
	overflow: hidden;
	position: relative;
}
.video__popup,
.sound__popup,
.image__popup{
    position: absolute;
    z-index: 100;
    top: 15%;
    background: rgb(255, 255, 255);
    width: 320px;
    padding: 76px 38px;
    border-radius: 15px;
    text-align: center;
    font-size: 23px;
    line-height: 28px;
    -webkit-box-shadow: 0 0 0 100em rgb(219 200 181 / 53%);
            box-shadow: 0 0 0 100em rgb(219 200 181 / 53%);
}
.image__popup{
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
}
.video__popup_close,
.sound__popup_close,
.image__popup_close{
	background: url(../img/icon_close.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 20px;
	height: 18px;
	position: absolute;
	right: 20px;
	top: 20px;
}
/*wall paper*/
.instruction__wrapper{
	max-width: 320px;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.section__instruction_wall{
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.instruction__description{
	display: block;
	font-size: 22px;
	line-height: 28px;
	text-align: center;
	max-width: 320px;
	font-family: 'CabritoDidone-NorReg'; font-weight: normal; font-style: normal;
}
.instruction__description:nth-child(1){
	margin-top: 150px;
}
.instruction__description:nth-child(2){
	margin-top: 25px;
}
.instruction__button{
	background: #FFB141;
	padding: 14px 90px;
	border-radius: 15px;
	font-size: 24px;
	line-height: 26px;
	color:#363E44;
	text-decoration: none;
	margin: 25px auto 0;
	display: inline-block;
	font-family: 'Times New Roman'; font-weight: normal; font-style: normal;
}
.wrapper__wall{
	max-width: 890px;
	overflow: hidden;
}
.wall-paper__box{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	text-decoration: none;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;

}
.wall-paper__box .wall-paper__link{
	margin: 0 8px;
}
.wall-paper__img{
	width: 160px;
	height: 175px;
	-o-object-fit: cover;
	   object-fit: cover;
	overflow: hidden;
	border-radius: 15px;
	margin-bottom: 35px;
}
.load__wall_image{
	position: absolute;
	display: block;
	top: 30px;
	right: 30px;
	z-index: 50;
}
.load__img>img{ 
	height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
}
.load__img{
	position: relative;
}
.single .wrapper.wrapper__wall_single{
	overflow: hidden;
	max-width: 435px;
}

.animation__box__nature{
	max-width: 270px;
	margin: 25px auto 0;
}
.animation__box__wall{
	max-width: 500px;
	width: 500px;
	margin: -60px auto 0;
	-webkit-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
	        transform: translate(0, 0);
}
.section__video_single .arrow__back{
	top: 40px;
	margin-left: 12px;
}
.section__video_single{
	height: 100%;
}
.section__video_single .section__title{
	margin-bottom: 12px;
	text-align: left;
	max-width: 80%;
	padding-left: 7px;
}
.section__video_single .play_icon{
	top: auto;
	right: 5px;
	bottom: 50%;
	-webkit-transform: translate(0%,0%);
	    -ms-transform: translate(0%,0%);
	        transform: translate(0%,0%);
	cursor: pointer;
}
.header__video{
	height: 275px;
}
.header__video .animation__box{
	max-width: 540px;
	margin: -120px auto 0;
	position: relative;
	z-index: 0;
}
.header__video .back{
	overflow: hidden;
}
.header__video #lottie{

}
.section__video{
	margin-top: 40px;
}
.section__video .section__title{
	margin-bottom: 15px;
}


.header__video .logo__box_after:after{
	display: none;
}
.section__video_single .play_icon{

}
.single .wrapper{
	background-image: url('../svg_animations/background.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
}
.single .wrapper.default{
	background: #F2E6DC;
}

section{
	margin-bottom: auto;
	position: relative;
	z-index: 15;
}
.section__wall .section__title{
	margin-top: 50px;
}
.section__relax-music .menu-image-title{
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}

.section__relax-music .menu__box li:nth-child(1),
.section__relax-music .menu__box li:nth-child(2){
    padding-left: 40px;
}
.section__relax-music .menu__box li:nth-child(1) a{
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.section__relax-music .menu__box li:nth-child(4) {
    padding-left: 0px;
}

.header__instrumental,
.header__joy,
.header__space,
.header__mindfulness{
	padding-top: 15px;
	height: 310px;
}
.animation__box__instrumental{
	max-width: 300px;
	margin: 28px auto 0;
}
.animation__box__joy{
	margin: 28px auto 0;
}
.animation__box__space{
	max-width: 280px;
	margin: 28px auto 0;
}
.animation__box__mindfulness{
	margin: 28px auto 0;
}
.animation__box__relax{
	z-index: 3;
	max-width: 500px;
	margin: -65px auto 0;
}

.section__instrumental,
.section__joy,
.section__space,
.section__mindfulness{
	margin-top: 30px;
}
.song__box__player .melody__icons{
	top: 28%;
}
.single #lottie{
	height: 100%;
}
.song__box__player #lottie{
	width: 75%;
	margin-top: 15%;
	height: 100vh;
}
.song__box__instrumental #lottie{
	width: 85%;
	height: 100vh;
}
.song__box__joy #lottie{
	width: 35%;
	height: 100vh;
}
.song__box__mindfulness #lottie{
	width: 60%;
	height: 100vh;
}
.song__box__space #lottie{
	width: 90%;
	height: 100vh;
}
.section__relax-music{
	margin-top: 30px;
}
.nav__button{
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    font-size: 0;
    border: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    user-select: none;
}
.audio{
	display: none;
}
footer{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}
.terms{
	padding-top: 25px;
	padding-bottom: 25px;
}
.terms__link{
	font-size: 15px;
	text-align: center;
	color: #EFBC73;
	text-decoration: none;
}
		.logo__back_video{
	position: absolute;
	width: 40px;
    padding: 10px;   
    cursor: pointer;
    top: 0%;
    right: 15px;
    z-index: 20;
}
@media all and (orientation: landscape) and (max-height: 780px) {
	.video__box_opened video{
		height: 800px;
	}

}
@media all and (orientation: landscape) and (max-height: 600px) {
	/*main page*/
	.header{
	    padding-top: 15px; 
	}
	.logo__text{
		font-size: 22px;
	}
	.menu__box{
		margin-top: 13px;
	}
	.menu__box li{
		height: 83px;
		border-radius: 12px;
	}
	.wrapper{
		max-width: 293px;
	}
	.wrapper__index{
		max-width: 320px;
	}
	.wrapper__wall{
		max-width: 900px;
		padding: 10px 25px;
	}
	.menu__box a{
		font-size: 15px;
		line-height: 19px;
		height: 83px;
	}
	.menu__box .menu-image-title{
		position: absolute;
		right: 20px;
		bottom: 0;
		top: 50%;
		width: 105px;
		-webkit-transform: translate(0,-50%);
		    -ms-transform: translate(0,-50%);
		        transform: translate(0,-50%);
	}
	.menu .menu-image{
		height: 75px;
	}
	/*end main page*/
	/*elements*/
	.wrapper__back{
		max-width: 100%;
		position: relative;
		padding: 0 20px;
	}
	.wrapper__back .arrow__back{
		top: 35px;
	}
	.logo__img{
		max-width: 33px;
	}
	.logo__img>img{
		width: 100%;
	}
	.gender__description{
		font-size: 16px;
		line-height: 25px;
		margin: 48px auto 0;
	}
	.gender__box .menu-item{
		margin-left: 7px;
		margin-right: 7px;
	}
	.gender__box .menu-image{
		width: 140px;
		height: 154px;
	}
	.gender__box .menu-image-title{
		margin-top: 5px;
		font-size: 16px;
		line-height: 18px;
	}
	.header.header__male{
		padding-top: 16px;
		height: 215px;
	}
	.section__female{
		margin-top: 40px;
	}

	.header.header__female,
	.header__relax{
		padding-top: 16px;
		height: 215px;
	}
	.section__female{
		margin-top: 40px;
	}
	/*.animation__box (max-width) → male 240px, female 220px*/
	.animation__box{
		max-width: 230px;
	}
	.animation__box__male{
		max-width: 245px;
		margin: 10px auto 0 ;
	}
	.animation__box__wall{
		max-width: 400px;
	}
	.logo__box_after:after{
		height: 133px;
		width: 156px;
	}
	.bottom.logo__box_after:after{
		z-index: 0;
		height: 315px;
		width: 358px;
		top: -100px;
		-webkit-transform: translate(-50%,50%);
		    -ms-transform: translate(-50%,50%);
		        transform: translate(-50%,50%);
	}
	.section__male{
		margin-top: 48px;
	}
	.section__title{
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 14px;
	}
	.song__box{
		max-width: 225px;
		margin: 0 auto;
	}
	.current__song{
		font-size: 13px;
		line-height: 13px;
		padding: 14px 20px;
		margin-bottom: 7px;	
	}
	.section__male .play_icon,
	.section__female .play_icon{
		height: 25px;
		width: 25px;
		background: url(../img/play.svg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.section__male .pause,
	.section__female .pause{
		display: block;
		height: 25px;
		width: 25px;
		background: url(../img/pause.svg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.wrapper__single_male,
	.single .wrapper,
	.wrapper__single_female,
	.wrapper__single_nature{
		max-width: 320px;
	}

	.current__song__opened{
		padding: 0 15px;
		margin: 0 auto 30px;
	}
	.single .play_icon{
		height: 33px;
		width: 33px;
		right: 15px;
		top: -7px;
	}
	.single .section__title{
		width: 80%;
		font-size: 22px;
		line-height: 22px;
	}
	/*.single .default #lottie{
		width: 72%;
	}*/
	/*end elements*/

	.animation__box__nature{
		max-width: 235px;
		margin: 30px auto 0;
	}
	.header.header__nature{
		padding-top: 16px;
		height: 267px;
	}
	.section__nature .song__box{
		max-width: 300px;
	}
	.section__nature .current__song{
		font-size: 15px;
		line-height: 15px;
		padding: 16px 20px;
		margin-bottom: 10px;
	}
	.section__mindfulness .song__box,
	.section__joy .song__box,
	.section__instrumental .song__box,
	.section__space .song__box{
		max-width: 300px;
	}
	.section__mindfulness .current__song,
	.section__joy .current__song,
	.section__instrumental .current__song,
	.section__space .current__song{
		font-size: 15px;
		line-height: 15px;
		padding: 16px 20px;
		margin-bottom: 10px;
	}
	.animation__box__instrumental{
		max-width: 300px;
	}

	.song__box__player .melody__icons{
		top: 18%;
	}
	.current__song__player{
		margin: 0 auto 17px;
		width: 90%;
	}

	/*video*/
	.wrapper__video{
		max-width: 598px;
		width: 598px;
		padding-bottom: 50px;
	}
	.current__video{
		max-width: 109px;
		margin: 20px 5px 0 5px;
	}
	.video__title{
		font-size: 16px;
		line-height: 17px;
	}
	.wrapper__video_single{
		max-width: 320px;
	}
	.wrapper__video_single video{
		height: 620px;
	}
	.current__video_opened{
		max-width: 300px;
		margin: 0 auto 30px;
	}
	.current__video_opened .play_icon{
		height: 25px;
	    width: 25px;
	    background: url(../img/play.svg);
	    background-position: center;
	    background-repeat: no-repeat;
	    background-size: cover;
	}
	.current__video_opened .play_icon.pause{
		height: 25px;
	    width: 25px;
	    background: url(../img/pause.svg);
	    background-position: center;
	    background-repeat: no-repeat;
	    background-size: cover;
	}
	.header__relax{
		padding-top: 16px;
		height: 270px;
	}
	.animation__box__relax{
		max-width: 450px;
	}
	.section__relax-music .wrapper{
		max-width: 320px;
	}
	.section__relax-music{
		padding-bottom: 25px;
	}
	.section__relax-music .section__title,
	.section__mindfulness .section__title{
		margin-bottom: 30px;
	}
	.header__instrumental, .header__joy, .header__space, .header__mindfulness{
		height: 270px;
	}
	.animation__box__mindfulness{
		max-width: 160px;
		margin-top: 15px;
	}
	.section__nature .play_icon{
		height: 33px;
		width: 33px;
	}
	.header__video{
		height: 245px;
	}
	.current__video{
		max-width: 136px;
	}
	.video__box_opened video{

	}

}
@media all and (orientation: landscape) and (max-height: 430px) {
	.wrapper__single_male, .single .wrapper, .wrapper__single_female, .wrapper__single_nature{
		width: 100%;
		max-width: 100%;
	}
	.single .wrapper{	
		background-image: url(../svg_animations/background_album.jpg);
	    background-size: cover;
	    background-repeat: no-repeat;
	    background-position: center;
	    height: 100%;
	}
	.gender__description{
		margin: 20px auto 0;
		max-width: 240px;
	}
	.logo__box_preloader{
		width: 150px;
	}
	.logo__box_preloader>img{
		width: 100%;
	}
	.current__song__opened{
		max-width: 100%;
		padding-left: 5%;
		padding-right: 5%;
		/*background: #F3E6DD;*/
	}
	.song__box__player{
		width: 100%;
	}
	.single #lottie{
		width: 31%;
		max-width: 31%;
		height: 80%;
		margin-top: 0;
	}
	/*.single #lottie{
		width: 14%;
		max-width: 14%;
		height: 80%;
		margin-top: 0;
	}*/
	.single .section__title{
		margin-bottom: 20px;
	}
	.single .play_icon{
		right: 33px;
	}
	.current__song__player{
		max-width: 90%;
	}
	.single .current__song__player .section__title{
		margin-bottom: 10px;
	}
	.song__box__player .melody__icons {
		top: 10%;
	}
	.wrapper{
		max-width: 100%;
	}
	.wrapper__index{
		max-width: 355px;
	}
	.song__box{
		max-width: 100%;
	}
	.current__song{
		font-size: 15px;
		line-height: 15px;
	}
	.section__male .play_icon, .section__female .play_icon{
		width: 33px;
		height: 33px;
	}
	.header.header__female, .header__relax{
		height: 235px;
		padding-top: 5px;
	}
	.header.header__male,
	.header.header__nature{
		padding-top: 5px;
		height: 235px;
	}
	.animation__box,
	.animation__box__female{
		max-width: 275px;
	}
	.animation__box__male {
		max-width: 295px;
	}
	.animation__box__nature {
		max-width: 235px;
		margin: 0 auto 0;
	}
	.animation__box__wall {
		max-width: 500px;
	}
	.header__wall{
		height: 240px;
	}
	.instruction__description{
		max-width: 500px;
		font-size: 19px;
	}
	.instruction__description:nth-child(1){
		margin-top: 10px;
	}
	.instruction__wrapper{
		display: flex;
	    justify-content: center;
	    align-items: center;
	    flex-direction: column;
	}

	.section__wall .section__title{
		margin-top: 40px;
		margin-bottom: 30px;
	}
	.single .wrapper.wrapper__wall_single{
		max-width: 220px;
	}
	.wall-paper__img{
		width: 138px;
		height: 154px;
	}
	.animation__box__relax{
		max-width: 420px;
	}
	.header__instrumental, .header__joy, .header__space, .header__mindfulness{
		padding-top: 5px;
		height: 235px;
	}
	.animation__box__mindfulness{
		max-width: 165px;
		margin-top: 0;
	}
	.song__box__mindfulness #lottie{
		width: 23%;
	}
	.current__song__player{
		margin: 0 auto;
	}
	.animation__box__joy #lottie{
		height: 83%;
	}
	.animation__box__joy{
		max-width: 165px;
		margin-top: 10px;
	}

	.section__instrumental .play_icon,
	.section__joy .play_icon,
	.section__mindfulness .play_icon,
	.section__space .play_icon{
		height: 33px;
		width: 33px;
	}
	.song__box__joy #lottie{	
		width: 13%;
	}
	.animation__box__instrumental{
		margin-top: 10px;
	}
	.animation__box__space{
		margin: 0 auto;
	}
	.single .arrow__back{
		left: 10px;
	}
	.load__wall_image{
		position: absolute;
	    display: block;
	    top: 17px;
	    right: 20px;
	    z-index: 50;
	    width: 33px;
	}
	.load__wall_image img{
		width: 100%;
	}
}


@media all and (orientation: portrait) and (max-width: 1200px) {
	.gender__description{
		margin: 60px auto 0;
	}
	.gender__box .menu-item{
		margin-left: 9px;
		margin-right: 9px;
	}
	.header{
		padding-top: 15px;
	}
	.wrapper__back .arrow__back{
		top: 35px;
	}
	.animation__box__female{
		max-width: 350px;
	}
	.single .wrapper{
		max-width: 100%;
	}
	.single #lottie{
		max-width: 60%;
		height: 100%;
	}
	.current__song__opened{
		max-width: 90%;
	}
	.animation__box__nature{
		margin: 0 auto 0;
	}
	.header__nature{
		height: 270px;
	}
	.section__video{
		padding-bottom: 25px;
	}
	.wrapper__video_single{
		max-width: 100%;
	}
	.video__box_opened video {
	    height: auto;
	    position: absolute;
	}
	.current__video_opened{
		max-width: 90%;
	}
	.wrapper__wall{
		max-width: 900px;
	}
	.animation__box__wall{
		max-width: 500px;
	    width: 500px;
	    -webkit-transform: translate(-50%, 0%);
	        -ms-transform: translate(-50%, 0%);
	            transform: translate(-50%, 0%);
	    left: 50%;
	}
	.instruction__wrapper{
		display: flex;
	    justify-content: center;
	    align-items: center;
	    flex-direction: column;
	}
		.logo__back_video{
	position: absolute;
	width: 50px;
    padding: 10px;   
    cursor: pointer;
    top: 0%;
    right: 10px;
    z-index: 20;
}
}



@media all and (max-width: 415px) {
	.animation__box__wall{
		height: 322px;
		overflow: hidden;
	}
	.wrapper__video{
		max-width: 362px;
		width: 362px;
		padding-bottom: 45px;
	}
	.header__video .animation__box {
	    max-width: 540px;
	    width: 540px;
	    -webkit-transform: translate(-50%, 0%);
	        -ms-transform: translate(-50%, 0%);
	            transform: translate(-50%, 0%);
	    left: 50%;
	}
	.header__video{
		overflow-x: hidden;
	}
	.header__video .animation__box{
		height: 314px;
		overflow: hidden;
	}
	.section__video .section__title{
		margin-bottom: 0;
	}
	.current__video{
		margin: 25px 10px 0;
	}
	.current__video_opened{
		margin: 0 auto 60px;
	}
	.header{
		padding-top: 15px;
	}
	.header__gender .arrow__back{
		top: 50%;
	}
	.video__box_opened video{
		height: 785px;
	}
	.single #lottie{
		max-width: 100%;
		height: 100%;
	}
	
	.video__body{
		overflow-x: hidden; 
	}
	.header__male, .header__female, .header__nature, .header__relax{
		height: 281px;
	}
	.current__song__player{
		width: 90%;
	}
	.single .current__song__player .section__title{
		width: 98%;
		height: 25px;
	}
	.animation__box__female{
		max-width: 320px;
	}
	.animation__box__wall{
		height: 450px;
		max-width: 600px;
		width: 600px;
		margin: -110px auto 0;
	}
	.animation__box__relax{
		max-width: 500px;
		width: 500px;
		margin: -70px auto 0;
		-webkit-transform: translate(-50%, 0);
		    -ms-transform: translate(-50%, 0);
		        transform: translate(-50%, 0);
		left: 50%;
	}
	.section__relax-music{
		margin-top: 50px;
		padding-bottom: 30px;
	}
	.body__relax-music{
		overflow-x: hidden;
	}
	.body__relax-music::-webkit-scrollbar {
	  display: none;
	}
	/* Hide scrollbar for IE, Edge and Firefox */
	.body__relax-music {
	  -ms-overflow-style: none;  /* IE and Edge */
	  scrollbar-width: none;  /* Firefox */
	}
	.header__mindfulness,
	.header__joy,
	.header__instrumental,
	.header__space{
		height: 285px;
	}
	.animation__box__mindfulness,
	.animation__box__joy,
	.animation__box__instrumental,
	.animation__box__space{
		margin: 8px auto 0;
	}
	.song__box__player{
		height: 100%;
		width: 100%;
	}
	.song__box__player.android{
		height: 100%;
		width: 100%;
	}
	.current__song__opened{
		margin: -45px auto 20px;
	}
	.place__bg{
		background: #F3E6DD; height: 62px;position: relative;z-index: 0;width: 100%;
	}
	.current__song__player{
		margin-bottom: 10px;
	}
	.header__wall .wrapper__back{
		overflow: hidden;
	}
	.instruction__description{
		max-width: 500px;
		font-size: 19px;
	}
	.instruction__description:nth-child(1){
		margin-top: 80px;
		font-size: 22px;
		max-width: 236px;
	}
	.logo__back_video{
	position: absolute;
	width: 50px;
    padding: 10px;   
    cursor: pointer;
    top: 0%;
    right: 10px;
    z-index: 20;
	}
	.section__title{
		font-size: 21px;
		line-height: 21px;
	}

	@media all and (max-width: 415px) and (max-height: 636px) {
		/*.current__song__player{
			margin-bottom: 45px;
		}*/
		.current__song__player{
			margin: -100px auto 20px;
		}
		.song__box__player{
			height: 100%;
			width: 100%;
		}
		.controls__progress-wrap{
			margin-bottom: 10px;
		}
		.single .current__song__player .section__title{
			margin-top: 0;
		}
		
	}
}

@media all and (max-width: 390px) {

}

@media all and (max-width: 375px) {

	.menu__box{
		margin-top: 20px;
	}
	.gender__description{
		margin: 2vh auto 0;
	}
	.gender__box .menu-item{
		margin-left: 4px;
		margin-right: 4px;
	}
	.gender__box .menu-image{
		width: 135px;
		height: auto;
	}
	.header__male, .header__female, .header__nature, .header__relax{
		height: 260px;
	}
	.instruction__description{
		max-width: 500px;
		font-size: 19px;
	}
	.instruction__description:nth-child(1){
		font-size: 22px;
	}
}

@media all and (max-width: 360px) {
	.header__male, .header__female, .header__nature, .header__relax{
		height: 250px;
	}
	.animation__box__relax{
		margin-top: -90px;
	}
	.current__video{
		width: 135px;
	}
	.wrapper__video{
		max-width: 320px;
		width: 320px;
		padding-bottom: 45px;
	}
	.current__song{
		max-width: 320px;
	}
}

@media all and (max-width: 320px) {
	.gender__description{
		font-size: 16px;
		line-height: 25px;
		max-width: 255px;
	}
	.logo__img{
		max-width: 34px;
	}
	.logo__img img{
		width: 100%;
	}
	.video__box_opened video{
		height: 580px;
	}
	.wall-paper__img{
		width: 135px;
		height: 155px;
		margin-bottom: 25px;
	}
	.wrapper{
		padding: 0 10px;
	}
	.wrapper__video_single,
	.wrapper__wall,
	.wrapper__wall_single,
	.wrapper__video{
		padding: 0;
	}
	.menu__box a{
		font-size: 15px;
		line-height: 19px;
		height: 83px;
	}
	.menu__box .menu-image-title{
		position: absolute;
		right: 20px;
		bottom: 0;
		top: 50%;
		width: 105px;
		-webkit-transform: translate(0,-50%);
		    -ms-transform: translate(0,-50%);
		        transform: translate(0,-50%);
	}
	.menu__box li{
		height: 83px;
	}
	.menu .menu-image{
		height: 75px;
	}
	.header{
		overflow-x: hidden; 
	}
	.header__relax{
		overflow-x: visible;	
	}
	.header__relax .wrapper__back,
	.header__mindfulness .wrapper__back,
	.header__joy .wrapper__back,
	.header__instrumental .wrapper__back,
	.header__space .wrapper__back{
		overflow: hidden;
	}
	.header__male{
		overflow: visible;
	}
	.header__wall{
		overflow: hidden;
	}
	.header__male, .header__female, .header__nature, .header__relax{
		height: 220px;
	}
	.section__title{
		font-size: 22px;
		line-height: 22px;
	}
	.animation__box{
		max-width: 230px;
	}
	.animation__box__relax{
		max-width: 390px;
	}
	.animation__box__wall{
		max-width: 500px;
	    width: 500px;
	    -webkit-transform: translate(-50%, 0%);
	        -ms-transform: translate(-50%, 0%);
	            transform: translate(-50%, 0%);
	    left: 50%;
	}
	.controls__progress-wrap {
	  height: 7px;
	  margin-bottom: 10px;
	  /*margin-bottom: 28px;*/
	}
	.single .current__song__player .section__title{
		height: 22px;
		font-size: 22px;
	}
	.instruction__description:nth-child(1){
		margin-top: 40px;
	}
}